vcLinearMotionStatement
A statement that can be used to program PTP motion to a vcMotionController.
See in: Overview
Module: vcRobotics2
Parent: vcMotionStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Base | vcKinematicFrame | RW | Gets or sets the selected base for the statement. Can be None (= robot world frame). |
| BlendingType | vcMotionBlendingType | RW | Gets or sets the type of blending to apply between this statement and the next statement, if there is one. Also see BlendingValue. |
| BlendingValue | vcRealExpressionProperty | R | Gets the value used for blending. Unit depends on the value of BlendingType. |
| ExternalDriverExpressions | list[tuple[Integer, String]] | RW | Gets or sets the driver values as index-value pairs where the value is an expression string. |
| ExternalDriverValues | list[tuple[Integer, Real]] | R | Gets the driver values as index-value pairs where the value is an evaluated expression result as a float. If the expression evaluation fails the float value will be math.nan for that index. |
| ExternalTcp | Boolean | RW | Gets or sets whether external TCP mode will be used or not. |
| ReferencedTarget | vcFrameTarget | RW | Gets or sets the position target referenced by this statement. |
| TargetContainer | vcSinglePositionTargetContainer | R | Gets the associated position target container. |
| Tool | vcKinematicFrame | RW | Gets or sets the selected tool for the statement. Can be null (= flange frame). |